; * lisp/emacs-lisp/comp-run.el (comp-run-async-workers): Fix indentation.
authorAndrea Corallo <acorallo@gnu.org>
Wed, 20 Mar 2024 15:59:33 +0000 (16:59 +0100)
committerAndrea Corallo <acorallo@gnu.org>
Wed, 20 Mar 2024 15:59:33 +0000 (16:59 +0100)
lisp/emacs-lisp/comp-run.el

index 480f048777ca5d0b79c6032c02e3ca93594393e2..5cc615790306ceda9c59b7d74b2cde4855235748 100644 (file)
@@ -233,8 +233,8 @@ display a message."
                        "`comp-files-queue' should be \".el\" files: %s"
                        source-file)
          when (or native-comp-always-compile
-                  load        ; Always compile when the compilation is
-                                        ; commanded for late load.
+                  load ; Always compile when the compilation is
+                       ; commanded for late load.
                   ;; Skip compilation if `comp-el-to-eln-filename' fails
                   ;; to find a writable directory.
                   (with-demoted-errors "Async compilation :%S"